Global Variables

The following global variables are available globally.

  • Error domain

    Declaration

    Swift

    @available(*, deprecated, message: "Use the `SwiftyJSONError.errorDomain` instead")
    public let ErrorDomain: String
  • Error code

    Declaration

    Swift

    @available(*, deprecated, message: "Use the `SwiftyJSONError.unsupportedType` instead")
    public let ErrorUnsupportedType: Int
  • Undocumented

    Declaration

    Swift

    public let ErrorIndexOutOfBounds: Int
  • Undocumented

    Declaration

    Swift

    public let ErrorWrongType: Int
  • Undocumented

    Declaration

    Swift

    public let ErrorNotExist: Int
  • Undocumented

    Declaration

    Swift

    public let ErrorInvalidJSON: Int